@charset "utf-8";
/* CSS Document */
.ind-nav {
  width: auto;
  height: auto;
  position: fixed;
  z-index: 101;
  margin-top: 0;
  top: 0;
  left: 0;
  /*min-width: 1200px;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
}
/*.ind-nav.hot{
display: none;
}*/
.ind-nav.on {
  padding-top: 0px;
  margin-top: 0;
}
.ind-nav.sro-top {
  top: -85px;
}
.ind-nav .logo {
  width: 360px;
  height: 82px;
  float: left;
  background-color: #0e72bc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ind-nav.on .logo {
  width: 265px;
  height: 60px;
}
.ind-nav .logo img {
  display: block;
  width: 100%;
  margin: 0;
}
.ind-nav.on .logo img {
  /*width: 85px;
  margin:13px auto 0;*/
  width: 100%;
}
.ind-nav .line {
  width: 82px;
  height: 82px;
  float: left;
  position: relative;
  cursor: pointer;
  /*	background: url(../img/nav-bg.png) repeat;*/
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);*/
}
.ind-nav .line .warp {
  height: 100%;
  width: 100%;
  background: url(/img/nav_tit2.png) center no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ind-nav.on .line {
  width: 60px;
  height: 60px;
}
.ind-nav .line.cur .warp {
  background: url(/img/nav_tit1.png) center no-repeat;
}
/*.ind-nav .line.on,.ind-nav .line.cur,.ind-nav .line.on2{
background-color: #333333;
}
.ind-nav .line:hover{
background-color: #333333;
}*/
/*#ser .line p{
color: #172a7e;
}
#ser .line:hover{
background-color:#333333;
}*/
/*.ind-nav .line p{
width:46px;
height: 1px;
background-color: #fff;
position: absolute;
left:20.5px;
-webkit-transition: all 0.8s;
transition: all 0.8s;
-webkit-border-radius : 20%;
-moz-border-radius : 20%;
border-radius : 20%;
}
.ind-nav.on .line p{
width: 30px;
left: 18.5px;
}
.ind-nav .line.cur p{
left: 24.5px;
}
.ind-nav .line .line1{
top:27px;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}
.ind-nav.on .line .line1{
top: 23px;
}
.ind-nav .line.cur .line1 {
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.ind-nav .line .line2{
top:43px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.ind-nav.on .line .line2{
top: 34px;
}
.ind-nav .line.cur .line2 {
opacity: 0;
}
.ind-nav .line .line3{
top:59px;
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}
.ind-nav.on .line .line3{
top:45px;
}
.ind-nav .line.cur .line3{
-webkit-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
}*/
.ind-header {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  background: url(/img/ind_header.png) center repeat-x;
  background-size: auto 100%;
  -moz-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
}
.ind-header .warp {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.ind-header .warp li {
  width: 20%;
  float: left;
  height: 83%;
  padding: 17% 10px 0 17px;
  /*border-left: 1px solid #3856ac;*/
  position: relative;
}
.ind-header .warp li i {
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background: url(/img/nav_borbg.png) center no-repeat;
  top: 0px;
  left: 1px;
}
.ind-header .warp li a {
  display: block;
  color: #fff;
}
.ind-header .warp li .tit {
  font-size: 26px;
  line-height: 25px;
  margin-bottom: 40px;
  position: relative;
  min-height: 50px;
  cursor: default;
}
.ind-header .warp li .mtop {
  margin-top: 50px;
}
.ind-header .warp li .tit i {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: -19px;
  top: 15px;
  margin-top: -3.5px;
}
.ind-header .warp li .point {
  cursor: pointer;
}
.ind-header .warp li .lt {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  width: auto;
  cursor: pointer;
  margin-bottom: 12px;
  border-bottom: 1px solid transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.ind-header .warp li .lt.on,.ind-header .warp li .lt:hover {
  border-bottom: 1px solid #fff;
}
.languageArea {
  position: fixed;
  right: 20px;
  top: 30px;
  z-index: 999;
  font-size: 16px;
  color: #fff;
}
.languageBtn a {
  font-size: 18px;
  color: #fff;
  padding: 0 8px;
}
@media only screen and (max-width: 768px) {
  .ind-nav {
    display:none;
  }
}
